home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / comms / 4dtag12.arj / BATCHUP.DOC < prev    next >
Text File  |  1994-03-08  |  3KB  |  60 lines

  1.                              4DTAG v.1.2.
  2.  
  3. Using 4DOS as a batch file tagger is very easy to implement. This
  4. version is much improved over my previous version. This version now
  5. has a menu for protocol selection, you can select from any directory
  6. the files you want upload, and you can now edit the batch before you
  7. select your protocol and begin the upload sequence. I think this will
  8. satisfy the most power hungry power user.
  9.  
  10. I put my upfiles.lst on my A: drive where Telix resides. You must modify
  11. this in the aliases for your particular situation on your system. You must
  12. also have the protocols located somewhere in your path statement.
  13.  
  14. As before you must have the following aliases defined in your aliases
  15. for this to work:
  16.  
  17. df=dir/b/c/f/oe <----- This gives D:\path\filename to the upfiles
  18.                        listing.
  19.  
  20. These are the aliases that are called by BATCHUP.BTM:
  21.  
  22. batmpt=keystack 13 10 ^ MPT D- N+ W+ F+ s @a:upfiles.lst ^ del upfiles.lst ^ exit
  23. bathsl=FHSLINK -@c:\util\comutil\hslink.cfg @a:upfiles.lst ^ del upfiles.lst ^ exit
  24. batpuma=PUMA D- N+ W+ s @a:upfiles.lst ^ del upfiles.lst ^ exit
  25. batdsz=DSZ port 1 pW1 pB4096 ha on sz -b -m -rr @a:upfiles.lst ^ del upfiles.lst ^ exit
  26. batzed=cexyz /p1 /L38400 /b14400 /szap @upfiles.lst ^ del upfiles.lst ^ exit
  27. hyperbat=HyperP @hyperp.txt @a:upfiles.lst ^ del upfiles.lst ^ exit
  28. batymg=cexyz /p1 /L38400 /b14400 /syg @upfiles.lst ^ del upfiles.lst ^ exit
  29. batvfast=vfast -P1 -B14400 -L38400 -S@upfiles.lst ^ del upfiles.lst ^ exit
  30.  
  31. This is all that is required. Modify BATCHUP.TXT to suit your
  32. particular needs and situation for your use. As I do not know your
  33. system it is completely up to you to get this to work for you. I use
  34. XEDIT to edit my upfiles.lst. Any good ASCII text editor will do.
  35. Compile the BATCHUP.TXT file to BATCHUP.BTM using 4DOS v5.0's
  36. BATCOMP.EXE utility. It runs great on my XT system.
  37.  
  38. YEANAY.COM is no longer needed. The source file for BATCHUP.BTM is included.
  39.  
  40. This version of BATCHUP.TXT will use the upload directory you specify in your
  41. term program's configuration file. To determine if your term program passes
  42. this variable, put TEST.BTM as an external protocol and it will echo all
  43. parameters passed to it. IT MUST PASS THIS VARIABLE TO THE BTM FILE
  44. IF THIS IS TO WORK. You will be given a "point and shoot" menu from which to
  45. make your selections using the "+" key on the numeric keypad. When you hit
  46. return you will be given a menu from which to do several things - select your
  47. protocol, select another directory, edit the upfiles.lst, or quit to the term
  48. program. When you select another directory, you will be prompted for the new
  49. drive and directory. Enter it as "C:\directory" but no trailing backslash.
  50. The batch file will insert the backslash and then give you a "point and shoot"
  51. type menu. Tag the files as before and hit return. You will be taken back to the
  52. menu again. Repeat if you wish or begin your uploading by selecting your
  53. protocol of choice. Continue as before.
  54.  
  55. Good luck and happy modeming along the cyberspace highway.
  56.  
  57. John Meskew,
  58. March 10, 1994.
  59.  
  60.